From: Richard M. Stallman Date: Sun, 22 Aug 2004 17:43:26 +0000 (+0000) Subject: (Fbyte_code) : Cannot GC. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21307 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7485ade0d9986ac907ebd27a05c7a7cc78641ac4;p=emacs.git (Fbyte_code) : Cannot GC. --- diff --git a/src/bytecode.c b/src/bytecode.c index a13ecc19770..0d3be49877c 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -855,10 +855,7 @@ If the third argument is incorrect, Emacs may crash. */) } case Bunwind_protect: - /* The function record_unwind_protect can GC. */ - BEFORE_POTENTIAL_GC (); record_unwind_protect (Fprogn, POP); - AFTER_POTENTIAL_GC (); break; case Bcondition_case: